home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Memphis Amiga Group / MAG Utilities (1988-07)(Memphis Amiga Group)[Disk 097].zip / MAG Utilities (1988-07)(Memphis Amiga Group)[Disk 097].adf / VirusX101 / VirusX.Docs < prev    next >
Text File  |  1988-02-22  |  4KB  |  98 lines

  1.  
  2. VirusX - Fourth in a growing line of "X-Utilities".
  3.  
  4.              - By Steve Tibbett -
  5.  
  6. V1.01 Note:  1.01 is just 1.0 with a bug fixed.  Also
  7. cleaned up the source a tad (one less Goto).
  8.  
  9. The Virus is something that's been following us around
  10. for a couple of months now, and I think it's about time
  11. we got rid of it for good.
  12.  
  13. There are a number of CLI-based Virus Checkers out there,
  14. which do their job just fine, but if you're not into
  15. using CLI, what do you do?  You use VirusX!
  16.  
  17. Please, I encourage you to give this program to anybody
  18. who might have the virus.  Including your local dealer -
  19. some of the dealers in this area have the virus all over
  20. their disks, which they allow customers to copy, and
  21. they don't do anything about it because they don't know
  22. how.  VirusX makes it extremely simple.
  23.  
  24. You can put VirusX in your Startup-Sequence.  When run,
  25. it will open a small window so you know it's there (and
  26. it will display the occasional message in it).  Whenever
  27. a disk is inserted into any of the 3.5" drives, that disk
  28. is automagically checked for the SCA virus, and also
  29. checked to see if it's boot sector is "Standard".  If
  30. the disk has a nonstandard boot sector, it is either
  31. a new form of virus which I don't know about yet, or it
  32. is a commercial program which uses the boot block for 
  33. something constructive (like booting their game).
  34.  
  35. If VirusX finds a boot block it is suspicious about, it
  36. will present the user with a requester either warning
  37. him that the disk has the SCA virus, or telling him that
  38. the boot code is nonstandard.  In either case, he is
  39. given the option to either ignore it, or to Remove it.
  40.  
  41. If the user selects Remove, after he says he's SURE he
  42. wants to rewrite the disk's boot sector (Remember: Never
  43. rewrite the boot sector of a commercial program unless
  44. you KNOW that program doesn't use it for something
  45. else.  If the program gives you the AmigaDOS window before
  46. running, you know it is safe to repair that disk.).  
  47. The boot code written back to the disk by VirusX is the
  48. same boot code that the AmigaDOS INSTALL command (and
  49. it's compatible counterpart on one of the fish disks)
  50. uses.  
  51.  
  52. If you run across a strain of the virus, or any other virus
  53. that VirusX doesn't specifically warn of, PLEASE send
  54. me a copy of a disk with that virus on it!  I want to
  55. keep VirusX current, and to do so, I need the viruses.  
  56. I have heard tell of two other viruses besides SCA, but
  57. I don't know much about them - yet.
  58.  
  59. Of course, there are those of you who are thinking that
  60. I am some nut case trying to spread my own virus hidden
  61. under the guise of a virus checker.  Well, just for you,
  62. I've included the C source code.  Please, if you don't 
  63. trust me, don't discard a useful utility as untrustworthy
  64. for no reason, CHECK THE SOURCE!  Recompile it if you
  65. think I'm trying to slip a fast one on you.  I just
  66. want to see the virus out of all of our lives.
  67.  
  68. I want feedback on this!  Send me a letter!
  69. This program is Copyrighted, but is freely redistributable
  70. (It's NOT Shareware).  Do what you want with it, but 
  71. Please don't use it for evil purposes.  That's what I'm 
  72. trying to prevent.
  73.  
  74. My address:
  75.  
  76.     Steve Tibbett
  77.     2710 Saratoga Pl. #1108
  78.     Gloucester, Ontario
  79.     K1T 1Z2
  80.  
  81.     My BBS: OMX BBS, 613-731-3419.
  82.  
  83.  
  84. One final note:  If you click in VirusX's window, the screen's
  85. title bar will show information on how many disks VirusX has
  86. looked at, and how many it has found the virus on.  
  87.  
  88. Another final note:  If you stick a -C on the command line, VirusX
  89. will check all disks in all drives for viruses immediately.  If you
  90. have a hard drive with a specific boot disk, and you don't take that
  91. disk out during the whole session, it would otherwise never be checked.
  92. Using the -C is a good idea, and is the default if you run from Workbench.
  93. From CLI you must specify it, just in case somebody out there doesn't want
  94. it.
  95.  
  96.  
  97.  
  98.